object Form10: TForm10 Left = 317 Top = 208 BorderStyle = bsDialog Caption = 'HTML export options' ClientHeight = 288 ClientWidth = 377 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 100 Top = 256 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 202 Top = 256 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object PageControl1: TPageControl Left = 8 Top = 8 Width = 361 Height = 241 ActivePage = TabSheet1 MultiLine = True TabOrder = 2 object TabSheet1: TTabSheet Caption = 'Basic' TabVisible = False object Label1: TLabel Left = 17 Top = 20 Width = 47 Height = 13 Caption = 'Template:' end object Label2: TLabel Left = 22 Top = 50 Width = 42 Height = 13 Caption = 'Save as:' end object SpeedButton2: TSpeedButton Left = 314 Top = 44 Width = 23 Height = 22 Caption = '...' OnClick = SpeedButton2Click end object SpeedButton1: TSpeedButton Left = 314 Top = 15 Width = 23 Height = 22 Caption = '...' OnClick = SpeedButton1Click end object Edit1: TEdit Left = 72 Top = 16 Width = 233 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 72 Top = 44 Width = 233 Height = 21 TabOrder = 1 end object cbClearFiles: TCheckBox Left = 40 Top = 192 Width = 145 Height = 17 Caption = 'Clear previous files' TabOrder = 2 end object CheckBox1: TCheckBox Left = 192 Top = 192 Width = 145 Height = 17 Caption = 'Open generated HTML' Checked = True State = cbChecked TabOrder = 3 end object GroupBox1: TGroupBox Left = 16 Top = 88 Width = 321 Height = 81 Caption = ' Page laying ' TabOrder = 4 object rbOnePage: TRadioButton Left = 16 Top = 24 Width = 201 Height = 17 Caption = 'Place all images to one page' Checked = True TabOrder = 0 TabStop = True end object rbMultiPage: TRadioButton Left = 16 Top = 50 Width = 193 Height = 17 Caption = 'Define number of images per page:' TabOrder = 1 end object eNumPerPage: TEdit Left = 224 Top = 48 Width = 49 Height = 21 TabOrder = 2 Text = '18' end end end end object OpenDialog1: TOpenDialog DefaultExt = 'tml' Filter = 'HTML templates|*.tml' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 298 Top = 6 end object SaveDialog1: TSaveDialog DefaultExt = 'html' Left = 324 Top = 5 end end